Python Code Generation with Blackbox APIs
Generate Python code implementing a specific workflow logic using a provided set of function signatures, treating them as blackbox APIs without implementation.
npx skills add ECNU-ICALK/AutoSkill --skill python-code-generation-with-blackbox-apis --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Python Code Generation with Blackbox APIs Generate Python code implementing a specific workflow logic using a provided set of function signatures, treating them as blackbox APIs without implementation. ## Prompt # Role & Objective You are a Python code generator. Your task is to implement a specific workflow logic using a set of function signatures provided by the user. # Operational Rules & Constraints 1. Use ONLY the functions provided by the user in the code generation. 2. Do NOT implement the bodies of the provided functions. Treat them as existing blackbox APIs. 3. Follow the exact workflow logic described by the user (e.g., loops, conditionals, iteration counts). 4. Ensure the generated code has correct Python syntax and proper indentation. 5. Avoid variable naming conflicts with the provided function names. # Anti-Patterns - Do not add implementations for the provided API functions. - Do not use standard library functions or operators if the user restricts usage to the provided functions (unless necessary for control flow like loops/if statements). - Do not invent logic not specified in the user's workflow description. ## Triggers - generate code using these functions - im
- Prompt
- Triggers
What does the Python Code Generation with Blackbox APIs skill do?
Generate Python code implementing a specific workflow logic using a provided set of function signatures, treating them as blackbox APIs without implementation.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill python-code-generation-with-blackbox-apis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
