claude-to-deerflow

Send messages and manage conversation threads on the DeerFlow AI agent platform.

5|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Hadokennn/deer-agents --skill claude-to-deerflow-hadokennn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-to-deerflow
Source: https://github.com/Hadokennn/deer-agents/tree/main/deer-flow/skills/public/claude-to-deerflow
Command: npx skills add https://github.com/Hadokennn/deer-agents --skill claude-to-deerflow-hadokennn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of directly interacting with the DeerFlow AI agent platform, simplifying the process of sending messages, starting conversations, checking status, and managing resources within the platform.

Core Features & Use Cases

  • Interact with DeerFlow: Send messages, questions, and commands to DeerFlow for research, analysis, and task execution.
  • Start Conversations: Begin a conversation thread with DeerFlow and continue it with follow-up messages.
  • Health Check: Verify that the DeerFlow instance is running and responsive.
  • List Models, Skills, and Agents: Retrieve information about available resources within the DeerFlow platform.
  • Manage Memory: Access and manage user context, facts, and conversation history summaries.
  • File Uploads: Upload files to DeerFlow threads for processing or reference.
  • Use Case: A user can initiate a research task by asking DeerFlow to analyze a large dataset, and the Skill can manage the conversation, file uploads, and results retrieval.

Quick Start

Start a conversation with DeerFlow by running the following command: bash /path/to/skills/claude-to-deerflow/scripts/chat.sh "Your question here"

Frequently Asked Questions about claude-to-deerflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I interact with the DeerFlow AI agent platform for task automation?

To interact with the DeerFlow AI agent platform, you can use a dedicated Skill that sends messages, manages conversation threads, and delegates complex tasks via HTTP API calls. It simplifies task automation by handling streaming responses and resource enumeration.

How do I start a conversation thread with DeerFlow and send follow-up messages?

To start a conversation thread with DeerFlow, run the provided chat shell script with your question. You can continue the conversation by sending follow-up messages through the same HTTP API interface to maintain continuous interactions.

Can I upload files to DeerFlow threads for processing and analysis?

Yes, you can upload files directly to DeerFlow threads for processing or reference. The Skill supports HTTP API calls for file uploads, allowing the AI agent to analyze large datasets and execute complex research tasks.

Do I need to configure environment variables to use the DeerFlow HTTP API?

Yes, you need to configure environment variables for API URLs before using the DeerFlow HTTP API. This setup is required to route message sending, health checks, and resource enumeration requests to the correct AI agent platform instance.

How do I check if my DeerFlow instance is running and list available models?

You can check if your DeerFlow instance is running by performing a health check via the HTTP API. To list available models, skills, and agents, use the resource enumeration commands provided by the Skill to retrieve platform information.

What are the limitations when managing conversation history and memory with DeerFlow?

The limitations when managing conversation history with DeerFlow involve relying on streaming responses for continuous interactions. Memory management is constrained to accessing user context, facts, and summaries through the platform's specific HTTP API endpoints.