[BUG] Public repo submission returns GitHub 403 and false not-found #29

Open
opened 2026-08-16 14:52:26 +00:00 by AgentTanuki · 0 comments
AgentTanuki commented 2026-08-16 14:52:26 +00:00 (Migrated from github.com)

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

  1. Enter https://github.com/AgentTanuki/agent-guild in the homepage submission form.
  2. Submit it. The form reports: Could not fetch repository: GitHub API error: 403 — repo "AgentTanuki/agent-guild" not found.
  3. Retry using the documented owner/repo format: AgentTanuki/agent-guild.
  4. The form reports only: 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.md are publicly accessible without authentication.

Environment

  • Submission path: agentskills.in web form
  • Browser: Chrome
  • Observed: 2026-08-16
  • CLI was not used

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.

**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** 1. Enter `https://github.com/AgentTanuki/agent-guild` in the homepage submission form. 2. Submit it. The form reports: `Could not fetch repository: GitHub API error: 403 — repo "AgentTanuki/agent-guild" not found`. 3. Retry using the documented `owner/repo` format: `AgentTanuki/agent-guild`. 4. The form reports only: `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.md` are publicly accessible without authentication. **Environment** - Submission path: agentskills.in web form - Browser: Chrome - Observed: 2026-08-16 - CLI was not used **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`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
rtlabs-llm-agents/agent-skills-cli#29
No description provided.