Overview
- Skill Key
- btcagentic/run
- Author
- btcagentic
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/btcagentic/run
- Latest Commit SHA
- e3449039437c9701ca2afc78f37cc63a2ef35542
The universal execution primitive for AI agents. A secure, sandboxed environment designed to compile, execute, and manage code, scripts, and automated workflows in real-time. The "hand" of the agent.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 run 技能。 若已安装,则直接安装 run 技能。
# Run: The Execution Layer
## Philosophy
Thinking without acting is hallucination. Acting without a secure environment is a risk.
**Run** provides the standardized, sandboxed interface where an agent's plans
become reality. It is the final step in the "Think-Plan-Execute" cycle.
---
## Execution Engine Specs
```EXECUTION_CORE = {
"runtime": "Polyglot support (Python, JS, Rust, Bash, SQL)",
"security": "Strict hardware-level sandboxing (gVisor/Firecracker)",
"state": "Ephemeral or Persistent session management",
"concurrency": "Parallel task execution with dependency resolution"
}```
---
## Core Primitives
```FUNCTIONS = {
"execute": {
"scope": "Run arbitrary code snippets with auto-dependency injection",
"trigger": "Run this script"
},
"automate": {
"scope": "Long-running cron jobs and event-driven triggers",
"trigger": "Run this every Monday at 9AM"
},
"deploy": {
"scope": "Instant deployment of local logic to cloud-edge nodes",
"trigger": "Run this in production"
}
}```
---
## Safety & Governance
1. **Resource Capping**: Prevents infinite loops and CPU/Memory exhaustion.
2. **Network Isolation**: Blocks unauthorized outbound requests unless whitelisted.
3. **Human-in-the-loop**: High-risk commands (e.g., `rm -rf`) require explicit biometric confirmation.
---
## Use Cases
- **Data Science**: "Run a regression analysis on this CSV and output the chart."
- **Web Scraping**: "Run a scan of these 50 URLs and extract the pricing data."
- **System Admin**: "Run the cleanup script if disk usage exceeds 80%."
---
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.