manifold-api
Use when an agent needs to inspect or call the local Manifold HTTP API. Provides guidelines and scripts to filter specs before reading and handle payloads safely.
DeepseekModel
Curated skill
Quality Excellent · 78
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=intelligencedev-manifold-assets-skills-manifold-api-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name manifold-api description Use when an agent needs to inspect or call the local Manifold HTTP API. Provides guidelines and scripts to filter specs before reading and handle payloads safely. Manifold API Skill Purpose The Manifold API skill is designed to interact safely with the local Manifold HTTP API running at http:/localhost:32180 . It provides helper scripts to inspect the OpenAPI spec ( /openapi.json ) safely without dumping large documents into context, and rules for avoiding destructive operations and redacting sensitive information. Usage Use the provided shell script to interact with the Manifold API spec or health endpoints safely: # Check if the API is running ./manifold-api/main.sh healthz # Get the OpenAPI definition for a specific path (e.g., /api/projects) ./manifold-api/main.sh spec-path "/api/projects" Configuration Dependencies : curl , jq Target URL : Defaults to http:/localhost:32180 File Structure manifold-api/SKILL.md : This documentation template and skill rules. manifold-api/main.sh : Entry point script for interacting with the API safely. Best Practices & Rules Filter Specs : Never dump the full openapi.json into context. Use the main.sh spec-path script to inspect one path at a time. Redaction : Redact apiKey , bearer tokens, cookies, auth headers, and extraHeaders values in API responses. Safety First : Always ask before modifying /api/config/agentd or deleting objects like specialists, teams, sessions, workflows, datasets, experiments, or prompt versions. Data Shapes : Use live GET requests to discover the structure of GenericObject fields before sending POST / PUT / PATCH requests. Do not invent request fields.
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.