dinqbot 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!
1. Install
npm install -g dinqbot2. Setup
# For Claude Code
dinqbot setup claude
# For Cursor
dinqbot setup cursor
# For Windsurf
dinqbot setup windsurfFollow the browser prompt to get your Dinq API token from dinq.me/dinqbot
3. Use
In Claude Code:
claude
> Create a github card"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.
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.
Works with any MCP-compatible AI coding assistant:
- Claude Code
- Cursor
- Windsurf
- Codex
- VS Code (with Cline extension)
- Any other MCP client
You → AI Assistant → dinqbot (MCP Server) → Dinq API → Card Created ✅
Built on Model Context Protocol (MCP) - the open standard for connecting AI assistants to external tools.
After running dinqbot 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.
MIT
dinqbot 让你通过自然语言创建和管理 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 dinqbot2. 配置
# Claude Code
dinqbot setup claude
# Cursor
dinqbot setup cursor
# Windsurf
dinqbot setup windsurf根据浏览器提示从 dinq.me/dinqbot 获取你的 Dinq API token
3. 使用
在 Claude Code 中:
claude
> 创建一个笔记卡片,标题是「会议记录」,内容是「讨论了 Q1 路线图」在 Cursor 中:
Cmd+K → 「把我的 LinkedIn 加到 Dinq:linkedin.com/in/username」
就这样!DinqBot会自动调用 Dinq API 为你创建卡片。
创建卡片:
- Token 使用统计(自动追踪 AI 使用情况)
- 社交媒体资料(GitHub、LinkedIn、Twitter、Spotify 等)
- 职业轨迹(AI 根据你的简介生成时间线)
- 自定义笔记(支持 Markdown)
- 批量导入多个平台
管理卡片:
- 列出所有卡片
- 删除卡片
- 更新现有卡片
全部通过自然语言完成 - 无需点击、无需填表、无需切换窗口。
适用于任何兼容 MCP 的 AI 编程助手:
- Claude Code
- Cursor
- Windsurf
- Codex
- VS Code(配合 Cline 扩展)
- 任何其他 MCP 客户端
你 → AI 助手 → dinqbot (MCP 服务器) → Dinq API → 卡片创建 ✅
基于 模型上下文协议 (MCP) 构建 - 连接 AI 助手与外部工具的开放标准。
运行 dinqbot setup <平台> 后,工具会自动为你选择的平台完成配置。你的 API token 存储在本地,不会被分享。
重要提示:配置完成后,请重启你的 AI 编程助手以加载新的配置。
手动配置:查看 examples/ 目录,了解配置文件位置和格式。
MIT