بنقرة واحدة
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: ".