← 返回 Skills 市场
200iq-ai-agent
作者
theshimaw-svg
· GitHub ↗
· v1.0.0
· MIT-0
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 200iq-ai-agent
功能描述
Enhance your AI with optimized planning, ROI-based decisions, self-correction, and execution for complex tasks and measurable results.
使用说明 (SKILL.md)
200IQ AI Agent — Genius Mode for Your AI
Turn your AI agent into a 200 IQ genius! Solve complex problems, plan optimally, and execute tasks like a $10M founder combined with a master strategist.
Features
- Decision engine evaluates tasks by ROI and efficiency
- High-IQ prompt optimizer for smarter outputs
- Self-correcting learning loop
- Execution delegation to maximize speed and success
- Action plans with measurable results
Activation
Say:
- "Activate 200IQ AI Agent"
- "Make my AI 200 IQ for this task: [task]"
- "Generate a high-IQ action plan for [goal]"
Usage
- AI generates optimized prompts and action plan
- Evaluates which actions produce measurable results
- Executes tasks with ROI threshold
- Logs everything and self-corrects
- Produces outputs the user can implement immediately
安全使用建议
The code appears to do what the description claims, but take precautions before installing: 1) Review and change the logger paths so logs are written inside the skill's own sandbox (avoid '../logs' or other relative paths that escape the skill directory). 2) Understand that "log everything" can persist sensitive inputs (passwords, API keys, private data you feed into tasks); avoid sending secrets to the skill or sanitize inputs. 3) If you expect the skill to delegate to other tools/agents, ask for or inspect the implementation of delegation — currently it's only mentioned, not concretely implemented. 4) Run the skill in an isolated environment (container or VM) if you plan to use real data, especially until logging and delegation behaviors are hardened. 5) If you intend to enable autonomous invocation, confirm there are limits on what the agent may call or persist. These steps will reduce the main risks (unexpected persistent writes and accidental logging of sensitive data).
功能分析
Type: OpenClaw Skill
Name: 200iq-ai-agent
Version: 1.0.0
The skill bundle is a task-prioritization framework that uses a simulated 'ROI' metric to rank and execute tasks. The Python logic in files like decision_engine.py and execution_agent.py is straightforward, focusing on mathematical calculations and logging to local files (logger.py). There is no evidence of network activity, shell execution, data exfiltration, or malicious prompt injection; the '200 IQ' branding in SKILL.md is purely stylistic persona-steering aligned with the stated purpose of task optimization.
能力评估
Purpose & Capability
Name/description match the delivered code: prompt optimization, ROI-based ranking, execution simulation, and self-correction are implemented in the included modules. No unexpected network or cloud credentials are requested, which is consistent with an on-device planning/agent helper.
Instruction Scope
SKILL.md tells the agent to "log everything" and to "delegate sub-tasks to tools/agents" but the code does not constrain what is logged or how delegation is performed. The instructions are vague and grant the agent broad discretion over what to include in logs and what external tools/agents to involve — raising the risk of persisting sensitive inputs or triggering unintended actions.
Install Mechanism
This is instruction-only with embedded Python modules, and there is no install spec or external download. That reduces supply-chain risk.
Credentials
No environment variables, binaries, or credentials are required. The set of declared requirements is minimal and proportionate to the stated functionality.
Persistence & Privilege
logger.py writes to '../logs/journal.log' and '../logs/actions.json' by default (relative path up one directory). Writing to a parent directory can cause persistent files outside the skill bundle, potentially exposing or overwriting host files and persisting sensitive task inputs. log_actions uses 'w' (overwrite) which could clobber existing files. The skill is not marked always:true, but its file-write behavior is a persistent side effect that should be constrained or configurable.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install 200iq-ai-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/200iq-ai-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Follow me on x @SaasKafle
元数据
常见问题
200iq-ai-agent 是什么?
Enhance your AI with optimized planning, ROI-based decisions, self-correction, and execution for complex tasks and measurable results. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。
如何安装 200iq-ai-agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install 200iq-ai-agent」即可一键安装,无需额外配置。
200iq-ai-agent 是免费的吗?
是的,200iq-ai-agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
200iq-ai-agent 支持哪些平台?
200iq-ai-agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 200iq-ai-agent?
由 theshimaw-svg(@theshimaw-svg)开发并维护,当前版本 v1.0.0。
推荐 Skills