Add XTwitterScraper skill#869
Open
kriptoburak wants to merge 1 commit into
Open
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
Adds a package-owned
XTwitterScraperlibrary skill for .NET applications that integrate Xquik through the published C# SDK.User-facing outcome: agents can identify when to use the
XTwitterScraperNuGet package, centralize API-key configuration, use typed params/responses, and handle pagination, binary exports, raw responses, retries, and webhook flows deliberately.Package Scope
catalog/Libraries/XTwitterScraper/xtwitter-scraperManifest Notes
manifest.jsonupdates: addsXTwitterScraperpackage metadatalinks.repository:https://github.com/Xquik-dev/x-twitter-scraper-csharplinks.docs:https://xquik.comlinks.nuget:https://www.nuget.org/packages/XTwitterScraperskills/<skill>/manifest.jsonoragents/<agent>/manifest.jsonchanges: addsversion,category, andpackagesforxtwitter-scraperValidation
catalog/<type>/<package>/for package-owned contentSKILL.mdfrontmatter does not declareversion,category,packages, orpackage_prefixmanifest.jsonmanifest.jsoncatalog/<type>/<package>/agents/<agent>/AGENT.mdpython3 scripts/generate_catalog.py --validate-onlypython3 scripts/generate_agent_catalog.py --validate-onlyif agents changedpython3 scripts/generate_pages.pyif contributor-facing site content changeddotnet build dotnet-skills.slnx -c Releasedotnet test dotnet-skills.slnx -c ReleaseAdditional local checks run:
python3 - <<PY ... collect_skills(include_token_counts=False) ... PYconfirmedxtwitter-scraperis discovered once underDatapython3 scripts/generate_agent_catalog.py --validate-onlypython3 scripts/import_external_catalog_sources.py --validate-configpython3 scripts/upstream_watch.py --validate-configpython3 -m py_compile scripts/generate_catalog.py scripts/generate_catalog_definitions.py scripts/generate_agent_catalog.py scripts/import_external_catalog_sources.py scripts/upstream_watch.py scripts/waza_skill_quality.py scripts/waza_github_issue.pygit diff --checkLocal blocker:
python3 scripts/generate_catalog.py --validate-onlyrequiresdotnetfor token counts and this machine does not havedotnetinstalled.dotnet buildanddotnet testwere not run for the same reason.Contributor Checklist
README.mdorCONTRIBUTING.mdif the contributor workflow or catalog structure changed