重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
call-cursor-agent by dotneet/claude-code-marketplace
npx skills add https://github.com/dotneet/claude-code-marketplace --skill call-cursor-agent此技能向 cursor-agent 请求执行任务。
# Check if cursor-agent is installed. Exit code 0 means success, 1 means failure.
# If not installed, skip the subsequent steps of the skill.
which cursor-agent
if [ $? -ne 0 ]; then
echo "cursor-agent is not installed"
fi
# If the model is not specified, the default model is composer-1.
model=composer-1
cursor-agent --model=$model <<EOT
{task_description}
EOT
每周安装量
49
代码仓库
首次出现
2026年1月21日
安全审计
Gen Agent Trust HubPassSocketPassSnykPass
已安装于
codex35
gemini-cli34
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
cursor34
opencode34
claude-code32
github-copilot26
This skill requests a task to cursor-agent.
# Check if cursor-agent is installed. Exit code 0 means success, 1 means failure.
# If not installed, skip the subsequent steps of the skill.
which cursor-agent
if [ $? -ne 0 ]; then
echo "cursor-agent is not installed"
fi
# If the model is not specified, the default model is composer-1.
model=composer-1
cursor-agent --model=$model <<EOT
{task_description}
EOT
Weekly Installs
49
Repository
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex35
gemini-cli34
cursor34
opencode34
claude-code32
github-copilot26
AI界面设计评审工具 - 全面评估UI/UX设计质量、检测AI生成痕迹与优化用户体验
58,500 周安装
SpriteKit API 参考手册:完整节点、物理、动作与渲染指南
149 周安装
Azure App Configuration TypeScript SDK 教程:功能标志与动态配置管理
44 周安装
Expo Liquid Glass 实现指南:iOS/Android 原生质感 UI 与安全降级方案
148 周安装
KimiXlsx:Python Excel自动化工具,openpyxl/pandas数据导出与KimiXlsx CLI验证
150 周安装
基于属性的测试指南:Python/JS/Java自动化测试与边界情况发现
150 周安装
SwiftUI 搜索 API 参考指南:从基础到 iOS 18 新功能
147 周安装