Add public-social-account-analyzer skill - #2583
Open
Luckycat133 wants to merge 6 commits into
Open
Conversation
Migrate AI assistant context (MCP servers, rules, skills, slash commands, agents, hooks, memory) between 54+ IDEs with safe, verified merging.
The 'Fetch GitHub traffic statistics' step used GH_TOKEN: $\{\{ secrets.REPORTING_TOKEN \}\},
but that secret is not defined in the repository, so the variable resolved empty and
'gh api' failed with: "To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN
environment variable."
Switch to the built-in GITHUB_TOKEN. Reading traffic stats requires push access to the
repo, so the job permission for contents is also raised from 'read' to 'write'.
The traffic API (GET /repos/{repo}/traffic/views) requires the classic 'repo' scope;
the fine-grained GITHUB_TOKEN has no associated permission for this endpoint and
always returns HTTP 403 ('Resource not accessible by integration'). So github.token
cannot work here. Restore the original secret-based design now that the missing
REPORTING_TOKEN secret has been created (classic PAT with repo scope).
The 'Send traffic data to reporting endpoint' step hard-failed because vars.REPORTING_POST_URL is not set in this repo. Make the upload optional: when REPORTING_URL is empty, log a warning and exit 0 instead of failing the whole workflow. The upload still runs normally once the variable is configured.
…model_not_supported)
…nts (B站/抖音/微博/小红书)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add the
public-social-account-analyzerskill: an Agent Skill for analyzing public Chinese social accounts on B站/哔哩哔哩、抖音、微博、小红书, and 公众号.Capabilities:
Compliance with CONTRIBUTING
skills/public-social-account-analyzer/withSKILL.md(front matternamematches folder)npm run skill:validatepasses (all 395 skills valid, including this one)npm run buildran to regeneratedocs/README.skills.mdPARTIALartifacts rather than silent failureSource repo: https://github.com/Luckycat133/public-social-account-analyzer