-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat: add hacker-feeds-cli to registry #260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -578,6 +578,21 @@ | |
| "category": "graphics", | ||
| "contributor": "rsasaki0109", | ||
| "contributor_url": "https://github.com/rsasaki0109" | ||
| }, | ||
| { | ||
| "name": "hacker-feeds-cli", | ||
| "display_name": "Hacker Feeds CLI", | ||
| "version": "1.0.0", | ||
| "description": "CLI for GitHub Trending, Hacker News, Reddit, Product Hunt, DEV.to, Lobsters, EchoJS, and V2EX feeds", | ||
| "requires": "Python 3.10+, Node.js (hf CLI)", | ||
| "homepage": "https://github.com/collectivewinca/hacker-feeds-cli", | ||
| "source_url": "https://github.com/collectivewinca/hacker-feeds-cli", | ||
| "install_cmd": "pip install git+https://github.com/collectivewinca/hacker-feeds-cli.git", | ||
| "entry_point": "cli-anything-hacker-feeds-cli", | ||
| "skill_md": "https://github.com/collectivewinca/hacker-feeds-cli/blob/main/cli_anything/hacker_feeds_cli/skills/SKILL.md", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The hub renderer always builds the Skill URL as Useful? React with 👍 / 👎. |
||
| "category": "search", | ||
| "contributor": "collectivewinca", | ||
| "contributor_url": "https://github.com/collectivewinca" | ||
| } | ||
| ] | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hub cards generate the Source button from
nameas${REPO}/tree/main/${c.name}/agent-harness(docs/hub/index.html:1007), but this newnamehas no matching directory in the repo (checked withrg --files | rg '^hacker-feeds-cli/', no matches). As a result, the Source link for this entry will be broken in production.Useful? React with 👍 / 👎.