social-media-insights-skills
v0.2.31
Published
Legacy compatibility wrapper for SocialDataX / 社媒数据助手 Skills. New users should use socialdatax-skills.
Maintainers
Readme
social-media-insights-skills
Legacy compatibility wrapper for SocialDataX / 社媒数据助手 Skills.
New users should use the primary package:
npx -y socialdatax-skills@latest xhs search --keyword "露营" --pretty
npx -y socialdatax-skills@latest douyin search --keyword "露营" --prettyThis package keeps the old command name working during the migration:
npx -y social-media-insights-skills@latest xhs search --keyword "露营" --prettyIt does not contain an independent implementation. It depends on socialdatax-skills and forwards all CLI arguments to that primary package.
Safety
- No API Key is stored by this wrapper.
- No GitHub upload, repository write, or MCP client configuration change is performed.
- Data calls are handled by
socialdatax-skillsand requireSOCIALDATAX_API_KEYat runtime. - The hosted platform MCP services remain read-only.
Migration
Replace:
npx -y social-media-insights-skills@latest ...with:
npx -y socialdatax-skills@latest ...The old package will remain available for compatibility during the migration window.
