← 返回 Skills 市场
igrwijaya

Coding with Cursor AI

作者 I Gede Rahmat Wijaya · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install coding-with-cursor-ai
功能描述
Execute coding tasks like feature implementation, bug fixes, refactoring, and code reviews using Cursor AI within specified project directories.
使用说明 (SKILL.md)

coding-with-cursor-ai

Description

Execute coding tasks using Cursor AI agent for advanced code generation, refactoring, and bug fixes. This skill is designed to handle complex logic changes, feature implementations, and code reviews within the /home/ubuntu/workspace projects.

Usage

Use this skill whenever:

  • Implementing new features
  • Fixing bugs
  • Refactoring code
  • Writing unit tests
  • Performing code reviews

Inputs

  • project: Path to the project root (e.g., /home/ubuntu/workspace/zinner/repo/zinner-webapi)
  • task: Natural language description of the coding task
  • files: Optional list of files to focus on

Execution

The skill spawns a Cursor AI agent session with full access to the project repository. It uses Cursor's advanced reasoning and code editing capabilities to complete the task and commit changes.

Constraints

  • Always verify Cursor's edits before final commit
  • Do not run Cursor on production branches without review
  • Prefer dev or feature branches for automated coding

Example

project: /home/ubuntu/workspace/zinner/repo/zinner-webcms
task: Add Terms and Conditions page with dummy content
安全使用建议
This skill does what it says: it runs the Cursor CLI against code in a project directory. Before using it, confirm how your installed cursor-agent behaves (does it auto-commit or open an interactive session?). Only run it on repositories you are comfortable sharing with Cursor's service and avoid running it directly on production branches. Consider: (1) testing in a disposable or forked repo and on a feature/dev branch, (2) ensuring no secrets are present in the repo, (3) adding an explicit verification step (or modifying the script) so changes are reviewed before being committed/pushed, and (4) verifying the provenance of the cursor-agent package and the trustworthiness of the Cursor service if you will send private code.
功能分析
Type: OpenClaw Skill Name: coding-with-cursor-ai Version: 1.0.0 This skill grants an AI agent broad write access to the local filesystem to modify source code, which is a high-risk capability. A significant concern is the inclusion of 'cursor-agent' in requirements.txt; the official Cursor CLI is typically a system-level binary ('cursor'), and requesting a similarly named package via a package manager is a common vector for dependency confusion or supply chain attacks. Additionally, the script (scripts/coding-with-cursor-ai.sh) lacks input validation for the project path and task description, potentially allowing for path traversal or prompt injection that could lead to unauthorized file modifications.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description match the implemented behavior: the script invokes a Cursor CLI agent against a specified project directory and creates a task file describing the requested code changes. The included requirements.txt references cursor-agent, which is coherent for a Cursor-based coding skill.
Instruction Scope
SKILL.md and the script both run Cursor against a repository (expected), but there is a gap: SKILL.md recommends verifying edits before committing, yet the script directly runs cursor-agent and does not enforce a verification step or otherwise gate commits. Depending on cursor-agent's behavior this could result in automated commits/PRs without an explicit local review. The skill also defaults to a workspace path in the docs, which may encourage running against user projects.
Install Mechanism
This is an instruction-only skill with no install spec; the only artifact is requirements.txt (cursor-agent) and a bash script. No remote downloads or archive extraction are present in the package itself. The runtime depends on an external cursor-agent binary being present on PATH.
Credentials
No required environment variables are declared, which is reasonable, but the script will export and use CURSOR_API_KEY if present (optional). The skill does not request unrelated secrets or system config. Important operational note: running cursor-agent will send repository contents to Cursor's service (network activity to cursor.com or Cursor's backend) — that is inherent to the stated purpose but worth explicit attention.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide privileges. It does not modify other skills or global agent configuration. It writes temporary task files to /tmp and operates on the specified project path.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install coding-with-cursor-ai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /coding-with-cursor-ai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug coding-with-cursor-ai
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Coding with Cursor AI 是什么?

Execute coding tasks like feature implementation, bug fixes, refactoring, and code reviews using Cursor AI within specified project directories. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 Coding with Cursor AI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install coding-with-cursor-ai」即可一键安装,无需额外配置。

Coding with Cursor AI 是免费的吗?

是的,Coding with Cursor AI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Coding with Cursor AI 支持哪些平台?

Coding with Cursor AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Coding with Cursor AI?

由 I Gede Rahmat Wijaya(@igrwijaya)开发并维护,当前版本 v1.0.0。

💬 留言讨论