원클릭으로
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: ".