Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-docflow.textin.com/llms.txt

Use this file to discover all available pages before exploring further.

01 What is Docflow Document Skill

Skill is an extension for Coding Agents that automatically activates in relevant scenarios. Docflow Document Skill enables your Agent to understand the TextIn Docflow API system and generate code that follows best practices.

02 Installation

Option 1: Let Agent Install Automatically

Type the following in your chat:
Install Docflow Document Skill
The Agent will automatically download and configure the Skill.
This method requires the Agent to already be connected to the Docflow Document MCP service.

Option 2: Manual Installation

mkdir -p "$HOME/.codex/skills/textin-docflow-document" && \
curl -sS -L "http://docflow.textin.com/textin-docs/skills/docflow/document" \
  -o "$HOME/.codex/skills/textin-docflow-document/SKILL.md"

03 Verify Installation

After installation, restart your tool to reload Skills. Search for docflow to confirm the Skill is loaded.

04 Capabilities After Installation

Once installed, your Agent will have the following enhanced capabilities:
CapabilityDescription
Document AwarenessAutomatically identifies Docflow-related development needs
API UnderstandingAccurately understands Docflow API parameters and responses
Code GenerationGenerates code following best practices
Error HandlingIncludes proper exception handling logic