بنقرة واحدة
anygen-shared
anygen CLI: Shared patterns for authentication, global flags, and output formatting.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
anygen CLI: Shared patterns for authentication, global flags, and output formatting.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
AI-powered content creation suite. Create slides/PPT, documents, diagrams, websites, data visualizations, research reports, storybooks, financial analysis, and images. Supports: pitch decks, keynotes, technical docs, PRDs, white papers, architecture diagrams, flowcharts, mind maps, org charts, ER diagrams, sequence diagrams, UML, landing pages, CSV analysis, earnings research, posters, banners, comics, and more.
AnyGen: Download artifacts from a completed task.
| name | anygen-shared |
| version | 1.0.0 |
| description | anygen CLI: Shared patterns for authentication, global flags, and output formatting. |
| metadata | {"requires":{"bins":["anygen"],"env":["ANYGEN_API_KEY"]},"install":[{"id":"node","kind":"node","package":"@anygen/cli","bins":["anygen"]}]} |
# Web login (recommended for agent usage)
anygen auth login --no-wait
# Direct API key (no browser needed)
anygen auth login --api-key sk-xxx
# Environment variable
export ANYGEN_API_KEY=sk-xxx
anygen <resource> <method> [flags]
| Flag | Description |
|---|---|
--params '<json>' | URL/path parameters |
--data '<json>' | Request body |
--dry-run | Show the request without sending it |
--wait | Re-poll until terminal state |
--timeout <ms> | Polling timeout in milliseconds |
# Browse all resources and methods
anygen --help
anygen task --help
# Inspect a method's required params, types, and defaults
anygen schema task.create
anygen schema task.message.send
Use anygen schema output to build your --params and --data flags.
[text](url).