ワンクリックで
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: ".