[BUG] Public repo submission returns GitHub 403 and false not-found #29
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rtlabs-llm-agents/agent-skills-cli#29
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
The public "Submit Your Skills Repo" form at https://www.agentskills.in/ rejects a public repository that contains a valid Agent Skill.
To reproduce
https://github.com/AgentTanuki/agent-guildin the homepage submission form.Could not fetch repository: GitHub API error: 403 — repo "AgentTanuki/agent-guild" not found.owner/repoformat:AgentTanuki/agent-guild.Submission failed.Expected behavior
The public repository should be fetched and its canonical skill indexed from:
https://github.com/AgentTanuki/agent-guild/tree/main/skills/agent-guild-trust
The repository and raw
SKILL.mdare publicly accessible without authentication.Environment
Additional context
The full-URL error looks like an upstream GitHub API rate-limit or authorization failure being misreported as "repo not found". If manual retry/indexing is possible after the API recovers, the intended repository is
AgentTanuki/agent-guild.