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.
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.
npx skills add fffffrost/market-skills --listInstall all ten skills
Run the command in your project directory. The installer discovers every compatible skill in the repository.
npx skills add fffffrost/market-skillsInstall one skill
Append --skill and the stable English slug. Every skill page includes its exact command.
npx skills add fffffrost/market-skills --skill research-competitorsManual installation is also available
Copy the target skill directory into the host's skills directory. Preserve SKILL.md, references, and agents relative paths.
~/.agents/skills/<skill-name>.agents/skills/<skill-name>.claude/skills/<skill-name>.cursor/skills/<skill-name>Open the exact guide for your host
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
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.
- 01Command does not run
Confirm Node.js and npm are available, the network can reach GitHub, and the full command was copied.
- 02Directory is not created
Check that the project is writable and preserve SKILL.md, references, and agents during manual installation.
- 03Installed but not triggered
Confirm the host supports Agent Skills, reload the project, and test with the example job from the skill page.
- 04Still blocked
Report the host, environment, full command, and redacted error. Never publish accounts, keys, client material, or full local paths.
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.
- 01Choose a path
Use the launch, content, or event route instead of asking the agent to improvise the sequence.
- 02Prepare the minimum inputs
Confirm the decision, audience, evidence, owner, and deadline before the first skill runs.
- 03Review the handoffs
Approve claims and owner decisions at each checkpoint before moving to the next skill.