INSTALL / OPEN AGENT SKILLS

Add a China marketing
operating layer to your agent.

Install all ten workflows or choose only the job you need. The source remains open and editable in your own environment.

01
INSPECT / NO INSTALL YET

Preview what the installer will discover

List the repository skills before installing anything. Confirm the ten stable slugs and choose whether you need the complete system or one module.

LIST / 10 MODULESREADY
npx skills add fffffrost/market-skills --list
02
RECOMMENDED / ALL MODULES

Install all ten skills

Run the command in your project directory. The installer discovers every compatible skill in the repository.

ALL MODULESREADY
npx skills add fffffrost/market-skills
03
OR / PICK ONE

Install one skill

Append --skill and the stable English slug. Every skill page includes its exact command.

SINGLE MODULEREADY
npx skills add fffffrost/market-skills --skill research-competitors
Choose a skill →
04
MANUAL ROUTE

Manual installation is also available

Copy the target skill directory into the host's skills directory. Preserve SKILL.md, references, and agents relative paths.

Codex / user~/.agents/skills/<skill-name>
Shared project.agents/skills/<skill-name>
Claude Code.claude/skills/<skill-name>
Cursor.cursor/skills/<skill-name>

Open the exact guide for your host

05
TRUST PROTOCOL

Inspect the source before installing.

Agent Skills influence how a model performs work. Review triggers, references, external dependencies, and tool permissions before use.

  • CHECK.01Read SKILL.md triggers and boundaries
  • CHECK.02Confirm the origin of references and scripts
  • CHECK.03Review network file and external-tool dependencies
  • CHECK.04Run one non-sensitive test task first
Open the Skill source repository ↗
06
TROUBLESHOOT

When installation fails, isolate the layer first.

Command, directory, and host discovery failures are different problems. Preserve a redacted error before checking them in order.

  1. 01
    Command does not run

    Confirm Node.js and npm are available, the network can reach GitHub, and the full command was copied.

  2. 02
    Directory is not created

    Check that the project is writable and preserve SKILL.md, references, and agents during manual installation.

  3. 03
    Installed but not triggered

    Confirm the host supports Agent Skills, reload the project, and test with the example job from the skill page.

  4. 04
    Still blocked

    Report the host, environment, full command, and redacted error. Never publish accounts, keys, client material, or full local paths.

Report an installation problem ↗
07
ACTIVATE / FIRST JOB

Start with one real, low-risk job

Reload your host if needed, choose one workflow path, and use the minimum inputs listed there. Begin with non-sensitive material before applying a skill to live work.

  1. 01
    Choose a path

    Use the launch, content, or event route instead of asking the agent to improvise the sequence.

  2. 02
    Prepare the minimum inputs

    Confirm the decision, audience, evidence, owner, and deadline before the first skill runs.

  3. 03
    Review the handoffs

    Approve claims and owner decisions at each checkpoint before moving to the next skill.