Topic: python3
14 skills in this topic.
-
evermind-ai-everos
Install and configure EverOS for OpenClaw natural-language memory.
Use when users say:
- "install everos"
- "setup everos"
- "install everos plugin"
- "enable everos memory"
- "remember my preferences in OpenClaw"
EverMind-AI/EverOS 3,724
-
b00t
elasticdotventures/_b00t_ 12
-
b00t
Use when user asks for /b00t to send b00t learn content to a nominated agent.
elasticdotventures/_b00t_ 12
-
certainty-grade
Apply HIGH/MEDIUM/LOW certainty grading to all agent findings and recommendations. Use to gate human review, auto-fix, or autonomous action.
elasticdotventures/_b00t_ 12
-
code-quality
Validate code quality using certainty-graded rules. Detect AI artifacts, anti-patterns, and b00t violations. Reports auto-fixable vs review-required findings.
elasticdotventures/_b00t_ 12
-
deslop
Remove AI-generated artifacts from code. Three-phase certainty-graded cleanup. Use after any AI implementation session or before PR creation.
elasticdotventures/_b00t_ 12
-
drift-detect
Detect documentation-code drift. Deterministic collection (grep/AST) feeds a single LLM semantic analysis call. Reports mismatches with certainty grades.
elasticdotventures/_b00t_ 12
-
model-routing
Select the right model for the task. Maps task cognitive tier to optimal model. Reads _b00t_ datums for available models. Prefer local/cheap for deterministic work; frontier for reasoning.
elasticdotventures/_b00t_ 12
-
next-task
End-to-end task pipeline. Discovers the next task, plans, implements, reviews with certainty-graded quality gates, then ships. Resumable via git state.
elasticdotventures/_b00t_ 12
-
aws-cli
CLI-first AWS orchestration skill for Lambda, ECS/Fargate, and S3 workflows rooted in `.☁️` runbooks.
elasticdotventures/_b00t_ 12
-
datum-system
Helps work with the b00t datum system - TOML-based configuration for AI models,
providers, and services. Datums are stored in ~/.dotfiles/_b00t_/ and specify
WHICH environment variables are required (not the values). Enables DRY approach
by centralizing configuration in Rust, exposed to Python via PyO3.
elasticdotventures/_b00t_ 12
-
direnv-pattern
Implements the b00t environment management pattern: direnv → .envrc → dotenv → .env
where datums specify WHICH environment variables are required and .env contains
the actual secret VALUES. Ensures automatic environment loading per-project.
elasticdotventures/_b00t_ 12
-
dry-philosophy
Don't Repeat Yourself (DRY) and Never Reinvent the Wheel (NRtW) - core b00t
principles. Use existing libraries, leverage Rust via PyO3 instead of duplicating
logic in Python, and contribute to upstream projects rather than fork privately.
elasticdotventures/_b00t_ 12
-
executive-role
Defines the shared role, responsibilities, and operating principles for an Executive agent in the b00t hive.
This skill uses Rhai scripting to provide model-specific directives.
elasticdotventures/_b00t_ 12