Agent skill · Backend & API

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/python-code-generation-with-blackbox-apis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
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.

Keep going