Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "starrykit-plugin",
"displayName": "StarryKit Plugin",
"version": "0.1.0",
"description": "Turn ideas into polished, editable visual design documents with StarryKit Authoring.",
"description": "Turn ideas into polished, editable visual design documents with StarryKit.",
"author": {
"name": "StarryKit",
"url": "https://github.com/StarryKit"
Expand Down
4 changes: 2 additions & 2 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starrykit-plugin",
"version": "0.1.0",
"description": "Turn ideas into polished, editable visual design documents with StarryKit Authoring.",
"description": "Turn ideas into polished, editable visual design documents with StarryKit.",
"author": {
"name": "StarryKit",
"url": "https://github.com/StarryKit"
Expand All @@ -14,7 +14,7 @@
"interface": {
"displayName": "StarryKit Plugin",
"shortDescription": "Create polished visual design documents.",
"longDescription": "Create, understand, and refine presentations, posters, social graphics, and other editable visual design documents with StarryKit's hosted Authoring tools.",
"longDescription": "Create, understand, and refine presentations, posters, social graphics, and other editable visual design documents with StarryKit's hosted design tools.",
"developerName": "StarryKit",
"category": "Productivity",
"capabilities": ["Read", "Write"],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Send this to your agent:

```text
Set up StarryKit for this agent.
Skill: npx skills add StarryKit/starrykit-plugin --skill starrykit-authoring -g -y
Skill: npx skills add StarryKit/starrykit-plugin --skill starrykit -g -y
MCP: https://mcp.starrykit.com/mcp
```

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ StarryKit 让你的 AI Agent 直接拥有视觉创作能力:

```text
请为当前 Agent 配置 StarryKit。
Skill: npx skills add StarryKit/starrykit-plugin --skill starrykit-authoring -g -y
Skill: npx skills add StarryKit/starrykit-plugin --skill starrykit -g -y
MCP: https://mcp.starrykit.com/mcp
```

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Choose your agent host:
- [Pi — current limitation](pi/README.md)
- [Other MCP-compatible hosts](other-hosts/README.md)

Every supported setup installs the same canonical `starrykit-authoring` Skill and connects to `https://mcp.starrykit.com/mcp` through the host's browser OAuth flow.
Every supported setup installs the same canonical `starrykit` Skill and connects to `https://mcp.starrykit.com/mcp` through the host's browser OAuth flow.
2 changes: 1 addition & 1 deletion docs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
- [Pi — 当前限制](pi/README.zh-CN.md)
- [其他兼容 MCP 的宿主](other-hosts/README.zh-CN.md)

所有支持的安装方式都会使用同一份 canonical `starrykit-authoring` Skill,并通过宿主的浏览器 OAuth 流程连接 `https://mcp.starrykit.com/mcp`。
所有支持的安装方式都会使用同一份 canonical `starrykit` Skill,并通过宿主的浏览器 OAuth 流程连接 `https://mcp.starrykit.com/mcp`。
2 changes: 1 addition & 1 deletion docs/claude-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use the root README's one-prompt installation first. These steps install the Ski
```sh
git clone https://github.com/StarryKit/starrykit-plugin.git
mkdir -p ~/.claude/skills
cp -R starrykit-plugin/skills/starrykit-authoring ~/.claude/skills/
cp -R starrykit-plugin/skills/starrykit ~/.claude/skills/
```

Claude Code discovers personal skills under `~/.claude/skills`. Restart Claude Code if this is the first Skill directory created during the current session.
Expand Down
2 changes: 1 addition & 1 deletion docs/claude-code/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
```sh
git clone https://github.com/StarryKit/starrykit-plugin.git
mkdir -p ~/.claude/skills
cp -R starrykit-plugin/skills/starrykit-authoring ~/.claude/skills/
cp -R starrykit-plugin/skills/starrykit ~/.claude/skills/
```

Claude Code 会从 `~/.claude/skills` 发现个人 Skill。如果这是当前会话中新建的第一个 Skill 目录,请重启 Claude Code。
Expand Down
2 changes: 1 addition & 1 deletion docs/codex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Clone this repository, then copy the canonical Skill into your personal Agent Sk
```sh
git clone https://github.com/StarryKit/starrykit-plugin.git
mkdir -p ~/.agents/skills
cp -R starrykit-plugin/skills/starrykit-authoring ~/.agents/skills/
cp -R starrykit-plugin/skills/starrykit ~/.agents/skills/
```

Codex discovers personal skills under `~/.agents/skills`. Restart Codex if the Skill does not appear.
Expand Down
2 changes: 1 addition & 1 deletion docs/codex/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Clone 本仓库,然后把 canonical Skill 复制到个人 Agent Skills 目录
```sh
git clone https://github.com/StarryKit/starrykit-plugin.git
mkdir -p ~/.agents/skills
cp -R starrykit-plugin/skills/starrykit-authoring ~/.agents/skills/
cp -R starrykit-plugin/skills/starrykit ~/.agents/skills/
```

Codex 会从 `~/.agents/skills` 发现个人 Skill。如果没有出现,请重启 Codex。
Expand Down
2 changes: 1 addition & 1 deletion docs/cursor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Clone this repository and copy the canonical Skill into a Cursor-supported perso
```sh
git clone https://github.com/StarryKit/starrykit-plugin.git
mkdir -p ~/.cursor/skills
cp -R starrykit-plugin/skills/starrykit-authoring ~/.cursor/skills/
cp -R starrykit-plugin/skills/starrykit ~/.cursor/skills/
```

## 2. Configure MCP
Expand Down
2 changes: 1 addition & 1 deletion docs/cursor/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Clone 本仓库,并把 canonical Skill 复制到 Cursor 支持的个人目录
```sh
git clone https://github.com/StarryKit/starrykit-plugin.git
mkdir -p ~/.cursor/skills
cp -R starrykit-plugin/skills/starrykit-authoring ~/.cursor/skills/
cp -R starrykit-plugin/skills/starrykit ~/.cursor/skills/
```

## 2. 配置 MCP
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Repository development

This repository is the installable client-side StarryKit Plugin bundle. It contains the public manifests, production MCP endpoint configuration, canonical Authoring Skill, user documentation, and demo media. The hosted MCP service and its end-to-end service tests live elsewhere.
This repository is the installable client-side StarryKit Plugin bundle. It contains the public manifests, production MCP endpoint configuration, canonical StarryKit Skill, user documentation, and demo media. The hosted MCP service and its end-to-end service tests live elsewhere.

## What the workflow means

Expand Down
2 changes: 1 addition & 1 deletion docs/openclaw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```sh
git clone https://github.com/StarryKit/starrykit-plugin.git
openclaw skills install ./starrykit-plugin/skills/starrykit-authoring --as starrykit-authoring
openclaw skills install ./starrykit-plugin/skills/starrykit --as starrykit
```

Add `--global` if the Skill should be available to every local OpenClaw agent.
Expand Down
2 changes: 1 addition & 1 deletion docs/openclaw/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```sh
git clone https://github.com/StarryKit/starrykit-plugin.git
openclaw skills install ./starrykit-plugin/skills/starrykit-authoring --as starrykit-authoring
openclaw skills install ./starrykit-plugin/skills/starrykit --as starrykit
```

如果希望所有本地 OpenClaw Agent 都能使用,请加上 `--global`。
Expand Down
2 changes: 1 addition & 1 deletion docs/opencode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```sh
git clone https://github.com/StarryKit/starrykit-plugin.git
mkdir -p ~/.config/opencode/skills
cp -R starrykit-plugin/skills/starrykit-authoring ~/.config/opencode/skills/
cp -R starrykit-plugin/skills/starrykit ~/.config/opencode/skills/
```

OpenCode also supports `~/.agents/skills` and project-local `.opencode/skills` or `.agents/skills` locations.
Expand Down
2 changes: 1 addition & 1 deletion docs/opencode/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```sh
git clone https://github.com/StarryKit/starrykit-plugin.git
mkdir -p ~/.config/opencode/skills
cp -R starrykit-plugin/skills/starrykit-authoring ~/.config/opencode/skills/
cp -R starrykit-plugin/skills/starrykit ~/.config/opencode/skills/
```

OpenCode 也支持 `~/.agents/skills`,以及项目级 `.opencode/skills` 或 `.agents/skills`。
Expand Down
2 changes: 1 addition & 1 deletion docs/other-hosts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Your host must support:
## Setup

1. Clone `https://github.com/StarryKit/starrykit-plugin`.
2. Install `skills/starrykit-authoring/` in the host's supported Skill directory. Keep it canonical; do not fork the workflow into a host-specific copy.
2. Install `skills/starrykit/` in the host's supported Skill directory. Keep it canonical; do not fork the workflow into a host-specific copy.
3. Add a remote MCP server named `starrykit` with URL `https://mcp.starrykit.com/mcp`.
4. Complete the host-managed browser OAuth flow. Never put an access token or client secret in configuration.
5. Restart or refresh tool discovery, then ask the host to call `list_documents`.
Expand Down
2 changes: 1 addition & 1 deletion docs/other-hosts/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## 安装

1. Clone `https://github.com/StarryKit/starrykit-plugin`。
2. 把 `skills/starrykit-authoring/` 安装到宿主支持的 Skill 目录。保持这份 canonical Skill,不要复制出宿主专用分叉。
2. 把 `skills/starrykit/` 安装到宿主支持的 Skill 目录。保持这份 canonical Skill,不要复制出宿主专用分叉。
3. 添加名为 `starrykit` 的远程 MCP,URL 为 `https://mcp.starrykit.com/mcp`。
4. 通过宿主管理的浏览器流程完成 OAuth。不要把 access token 或 client secret 写进配置。
5. 重启或刷新工具发现,然后让宿主调用 `list_documents`。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "starrykit-plugin",
"version": "0.1.0",
"private": true,
"description": "StarryKit Plugin manifests, canonical Authoring Skill, and user setup guides.",
"description": "StarryKit Plugin manifests, canonical StarryKit Skill, and user setup guides.",
"scripts": {
"test": "node --test tests/plugin.test.mjs"
}
Expand Down
Loading
Loading