← Back to Skills Marketplace
261
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install social-media-dashboard
Description
聚合并展示头条号及其他平台粉丝、阅读和收益数据,生成可视化自媒体运营报告。
Usage Guidance
This skill appears to do what it says: it automates your local browser to read creator dashboards and build reports. Before using it, be aware: (1) you will be asked to enable "Allow JavaScript from Apple Events" (macOS) and/or start Chrome with a remote-debugging port — both give automation full access to your browser and any logged-in sessions; (2) the provided launcher uses your default Chrome user-data directory which can expose cookies/session data for all sites — prefer creating a separate profile or user-data-dir instead of reusing the default; (3) the skill may ask you to provide or use cookies/session tokens to access private APIs — do not share passwords, and only provide cookies if you understand the risk; (4) if you prefer less privilege, use the console-fetch manual flow (run the JS in the browser console and paste results) so no automation permissions or profile reuse are required. If you decide to proceed, review scripts locally, run them only on a trusted machine, and avoid supplying secrets to unknown third parties.
Capability Analysis
Type: OpenClaw Skill
Name: social-media-dashboard
Version: 1.2.0
The skill bundle provides automated data scraping for social media platforms (Toutiao, CSDN, Zhihu) using high-risk browser automation techniques. It relies on AppleScript (osascript) to execute arbitrary JavaScript within Chrome and Safari to extract 'document.body.innerText', and includes a script (launch-chrome-debug.sh) that encourages users to run Chrome with the '--remote-debugging-port=9222' flag enabled. While these methods are functionally necessary for the stated purpose of aggregating creator analytics, they require the user to lower browser security settings (e.g., 'Allow JavaScript from Apple Events'), creating a significant attack surface for potential session hijacking or data exfiltration if the agent logic were compromised.
Capability Assessment
Purpose & Capability
The skill claims to aggregate creator metrics from Toutiao, CSDN, Zhihu, etc., and all required actions (using AppleScript/osacript to drive Chrome/Safari, optionally using Playwright / remote debugging and cookies) align with that purpose. The included scripts and examples (console snippet, osascript calls, Playwright snippets) are expected for in-browser data extraction.
Instruction Scope
Runtime instructions direct the agent/user to control the local browser (osascript / AppleScript) and run page JS to extract document.body.innerText, check login state, and optionally read cookies or call internal API endpoints. This stays within the stated scraping purpose but it explicitly requires elevating automation permissions (Allow JavaScript from Apple Events) and suggests reuse of browser profile/cookies — actions that give broad access to browser state and any logged-in sessions.
Install Mechanism
No install spec or remote downloads are present; this is instruction-only with helper scripts included in the bundle. Nothing is fetched from arbitrary URLs or executed from an external host during install.
Credentials
The skill does not request environment variables or external credentials in metadata. However, its workflows legitimately rely on local browser sessions, cookies and optionally launching Chrome with --user-data-dir / remote debugging to reuse logins. Those are proportionate to scraping authenticated dashboards but are sensitive (cookies/session reuse can expose other services).
Persistence & Privilege
The skill is not always-enabled and does not modify other skills. The main privileges required at runtime are enabling AppleEvents for the browser and possibly launching Chrome with a remote-debugging port and pointing to a user-data-dir, which grant the agent powerful local browser control while active. This is expected for automation but increases blast radius if misused.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install social-media-dashboard - After installation, invoke the skill by name or use
/social-media-dashboard - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
新增知乎平台支持:内容总览、回答、文章、想法、视频数据采集,以及收益数据。现已支持头条号、CSDN、知乎三大平台。
v1.1.0
新增 CSDN 平台支持:作品数据、收益数据、粉丝数据采集。支持头条号和 CSDN 两大平台。
v1.0.0
Social Media Dashboard 1.0.0 - 首发版本上线
- 支持一键采集头条号粉丝数、阅读量、收益数据
- 自动检测并适配 Chrome/Safari 浏览器,提供权限与登录检测引导
- 全流程数据采集脚本与错误处理流程
- 生成可视化数据看板与趋势报告
- 预留多平台扩展(公众号、小红书、B站、抖音等)
- 支持 Markdown 报告生成与常见问题说明
Metadata
Frequently Asked Questions
What is Social Media Dashboard?
聚合并展示头条号及其他平台粉丝、阅读和收益数据,生成可视化自媒体运营报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 261 downloads so far.
How do I install Social Media Dashboard?
Run "/install social-media-dashboard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Social Media Dashboard free?
Yes, Social Media Dashboard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Social Media Dashboard support?
Social Media Dashboard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Social Media Dashboard?
It is built and maintained by 路多辛 (@luduoxin); the current version is v1.2.0.
More Skills