一键导入
add-numbers
A minimal example skill that adds two numbers, saves the result, and creates a PR.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A minimal example skill that adds two numbers, saves the result, and creates a PR.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate news-driven data content using the everyrow SDK. Orchestrates news discovery, dataset finding, SDK execution, and graphics generation. Use when asked to "run the news pipeline", "generate daily content", or "find news content".
Run the SEO optimization pipeline. Collects Google Search Console data, analyzes pages with LLM judgment, proposes improvements, and creates a PR. Use when asked to "run seo", "seo pipeline", or "optimize seo".
Scan Reddit communities for people with data problems, classify opportunities, propose responses, and create a PR with results.
| name | add-numbers |
| description | A minimal example skill that adds two numbers, saves the result, and creates a PR. |
Use the Python utility in lib/add_numbers.py to compute 2 + 3, then save the result and create a pull request.
python -m lib.add_numbers 2 3 and capture the JSON output.output/result.txt in the format:
Run: <current date and time>
Input: 2 + 3
Result: 5
result/<date>, commit the result file, push, and create a PR with the title "Add numbers result: ".