string-skill

Installation
SKILL.md

Operating rules

  • Use scripts/rest_request.py for all STRING API calls.
  • Use base_url=https://string-db.org/api/json.
  • Use method=POST with form_body for STRING endpoints.
  • Include caller_identity in form_body; keep it stable within a session when possible.
  • The script accepts max_items; for network and interaction_partners, start with API limit=10 and max_items=10.
  • For enrichment, summarize the top 5 to 10 rows unless the user asks for more.
  • Re-run requests in long conversations instead of relying on prior tool output.
  • Treat displayed ... in tool previews as UI truncation, not literal request content.

Execution behavior

  • Return concise markdown summaries from the script JSON by default.
  • Return the script JSON verbatim only if the user explicitly asks for machine-readable output.
  • Prefer these paths: network, interaction_partners, and enrichment.
  • For long identifier lists, keep the request small and paged; if full results are needed, use save_raw=true.

Input

  • Read one JSON object from stdin.
  • Required fields: base_url, path
Related skills

More from openai/plugins

Installs
2
Repository
openai/plugins
GitHub Stars
1.1K
First Seen
Apr 20, 2026