Skills Plugins MCP Prompt Model 博客 我的中心
開発 #python #automation #writing #api

superpowers-python-automation

Implements reliable automations in Python for REST APIs: httpx/requests patterns, retries, timeouts, pagination, typing, config, logging, and tests. Use when writing Python scripts/services that call external APIs.

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=anthonylee991-gemini-superpowers-antigravity-agent-skills-superpowers-python-automation-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name superpowers-python-automation description Implements reliable automations in Python for REST APIs: httpx/requests patterns, retries, timeouts, pagination, typing, config, logging, and tests. Use when writing Python scripts/services that call external APIs. Python Automation Skill This skill provides concrete Python patterns to implement robust REST API automations. When to use this skill Python scripts that call one or more REST APIs ETL jobs, sync tools, webhook handlers CLI tools or small services that integrate external systems Preferred stack (defaults) HTTP client: httpx (preferred) or requests Config: env vars + .env (optional) with pydantic-settings if appropriate Logging: stdlib logging with structured-ish fields Testing: pytest (+ respx for httpx mocking when useful) If the project already uses different tools, follow project conventions. Reference architecture (small but scalable) client.py : API client wrapper (auth headers, retries, pagination helpers) models.py : typed payload models (dataclasses or pydantic) sync.py : orchestration logic (fetch -> transform -> upsert) main.py : CLI entrypoint tests/ : unit tests for transform + client behavior HTTP rules (mandatory) Always set timeouts (connect + read) Centralize request sending in one function so retries/logging are consistent Never log secrets (Authorization headers, tokens) Retry policy guidance Retry on: network errors/timeouts 429 (respect Retry-After when present) 500–599 Optional: 408, and 409 only if operation is safe and semantics known Do NOT retry on: most 400–499 (unless explicitly safe) Timeouts Set explicit timeouts; do not rely on defaults. Use smaller connect timeout; moderate read timeout. Pagination patterns Support at least one helper that can handle: next URL in response cursor token in response page/limit parameters Add a hard stop: max pages OR max items OR max elapsed time Idempotency patterns (Python) Choose and document: Use an Idempotency-Key header when supported Upsert using a stable external_id Persist a lightweight state store: simplest: SQLite file (recommended for OSS) alternative: JSONL log + compaction Minimum: ensure repeated runs don’t create duplicates. Observability (Python) Minimum logs should include: run_id request: method, url/path, status_code, elapsed_ms, attempt record counts: processed/created/updated/skipped/failed Also include a final summary log line. Verification requirements For non-trivial work, add: unit tests for mapping/transform logic at least one test for pagination or retry behavior (mocked) a “dry-run” CLI flag (prints intended writes) Output format when writing code Provide a small directory layout Explain how to configure env vars Include exact commands to run (and test)
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。