dinq-autopilot
v0.2.17
Published
Auto-generate Dinq cards with Code Agents - Claude Code, Cursor, Windsurf & more
Maintainers
Readme
dinq-autopilot
English
Use Code Agent to Automatically Manage Your Dinq Cards
dinq-autopilot lets you create and manage Dinq cards through natural language - just talk to your AI coding assistant (Claude Code, Cursor, Windsurf, Codex, etc.), and cards appear on your Dinq profile automatically.
Example:
You: "Create a GitHub card for my profile github.com/username"
AI: ✅ GitHub card created!
You: "Create a token stats card - 50000 input, 30000 output tokens"
AI: ✅ Token stats card created!
You: "List all my cards"
AI: 📋 Your cards:
1. [GITHUB] username
2. [TOKEN_STATS] This monthQuick Start
1. Install
npm install -g dinq-autopilot2. Setup
# For Claude Code
dinq-autopilot setup claude
# For Cursor
dinq-autopilot setup cursor
# For Windsurf
dinq-autopilot setup windsurfFollow the browser prompt to get your Dinq API token from dinq.me/autopilot
3. Use
In Claude Code:
claude
> Create a note card titled "Meeting Notes" with content "Discussed Q1 roadmap"In Cursor:
Cmd+K → "Add my LinkedIn profile to Dinq: linkedin.com/in/username"That's it! The autopilot automatically calls Dinq API and creates cards for you.
What You Can Do
Create Cards:
- Token usage statistics (auto-track your AI usage)
- Social media profiles (GitHub, LinkedIn, Twitter, Spotify, etc.)
- Career trajectory (AI-generated timeline from your bio)
- Custom notes (Markdown-powered)
- Batch import multiple platforms at once
Manage Cards:
- List all cards
- Delete cards
- Update existing cards
All Through Natural Language - No clicking, no forms, no context switching.
Supported Tools
Works with any MCP-compatible AI coding assistant:
- Claude Code
- Cursor
- Windsurf
- Codex
- VS Code (with Cline extension)
- Any other MCP client
How It Works
You → AI Assistant → dinq-autopilot (MCP Server) → Dinq API → Card Created ✅Built on Model Context Protocol (MCP) - the open standard for connecting AI assistants to external tools.
Configuration
After running dinq-autopilot setup <platform>, the tool automatically configures itself for your chosen platform. Your API token is stored locally and never shared.
Important: After setup, please restart your AI coding assistant to load the new configuration.
Manual configuration: See examples/ for configuration file locations and formats.
License
MIT
中文
使用 Code Agent 自动操作你的 Dinq 卡片
dinq-autopilot 让你通过自然语言创建和管理 Dinq 卡片 - 只需对你的 AI 编程助手(Claude Code、Cursor、Windsurf、Codex 等)说话,卡片就会自动出现在你的 Dinq 主页上。
示例:
你:「为我的 GitHub 主页 github.com/username 创建一张卡片」
AI: ✅ GitHub 卡片已创建!
你:「创建一个 token 统计卡片 - 输入 50000,输出 30000 tokens」
AI: ✅ Token 统计卡片已创建!
你:「列出我所有的卡片」
AI: 📋 你的卡片:
1. [GITHUB] username
2. [TOKEN_STATS] 本月统计快速开始
1. 安装
npm install -g dinq-autopilot2. 配置
# Claude Code
dinq-autopilot setup claude
# Cursor
dinq-autopilot setup cursor
# Windsurf
dinq-autopilot setup windsurf根据浏览器提示从 dinq.me/autopilot 获取你的 Dinq API token
3. 使用
在 Claude Code 中:
claude
> 创建一个笔记卡片,标题是「会议记录」,内容是「讨论了 Q1 路线图」在 Cursor 中:
Cmd+K → 「把我的 LinkedIn 加到 Dinq:linkedin.com/in/username」就这样!自动驾驶会自动调用 Dinq API 为你创建卡片。
你可以做什么
创建卡片:
- Token 使用统计(自动追踪 AI 使用情况)
- 社交媒体资料(GitHub、LinkedIn、Twitter、Spotify 等)
- 职业轨迹(AI 根据你的简介生成时间线)
- 自定义笔记(支持 Markdown)
- 批量导入多个平台
管理卡片:
- 列出所有卡片
- 删除卡片
- 更新现有卡片
全部通过自然语言完成 - 无需点击、无需填表、无需切换窗口。
支持的工具
适用于任何兼容 MCP 的 AI 编程助手:
- Claude Code
- Cursor
- Windsurf
- Codex
- VS Code(配合 Cline 扩展)
- 任何其他 MCP 客户端
工作原理
你 → AI 助手 → dinq-autopilot (MCP 服务器) → Dinq API → 卡片创建 ✅基于 模型上下文协议 (MCP) 构建 - 连接 AI 助手与外部工具的开放标准。
配置说明
运行 dinq-autopilot setup <平台> 后,工具会自动为你选择的平台完成配置。你的 API token 存储在本地,不会被分享。
重要提示:配置完成后,请重启你的 AI 编程助手以加载新的配置。
手动配置:查看 examples/ 目录,了解配置文件位置和格式。
开源协议
MIT
