[Bug] submit-repo returns GitHub API 403 for a public repository #33

Open
opened 2026-08-24 16:17:39 +00:00 by theonlym7md · 1 comment
theonlym7md commented 2026-08-24 16:17:39 +00:00 (Migrated from github.com)

Description

skills submit-repo theonlym7md/arabic-ai-skills discovers the public repository and both skills, then fails during indexing:

Found theonlym7md/arabic-ai-skills
Found 2 skill(s)
  skills/arabic-intelligence/SKILL.md
  skills/arabic-uiux-master/SKILL.md
Could not fetch repository: GitHub API error: 403 — repo "theonlym7md/arabic-ai-skills" not found

The website submission endpoint returns the same error:
POST https://www.agentskills.in/api/repos/submit
with {"full_name":"theonlym7md/arabic-ai-skills"}.

Repository: https://github.com/theonlym7md/arabic-ai-skills

It is public and accessible without authentication.

Environment

  • agent-skills-cli: 1.1.9
  • Date: 2026-08-24
  • Windows / Node.js 24

Expected behavior

The two valid SKILL.md files are indexed and their marketplace pages become available.

Additional context

Both skills are already discoverable and installable through skills.sh.

## Description `skills submit-repo theonlym7md/arabic-ai-skills` discovers the public repository and both skills, then fails during indexing: ```text Found theonlym7md/arabic-ai-skills Found 2 skill(s) skills/arabic-intelligence/SKILL.md skills/arabic-uiux-master/SKILL.md Could not fetch repository: GitHub API error: 403 — repo "theonlym7md/arabic-ai-skills" not found ``` The website submission endpoint returns the same error: `POST https://www.agentskills.in/api/repos/submit` with `{"full_name":"theonlym7md/arabic-ai-skills"}`. Repository: https://github.com/theonlym7md/arabic-ai-skills It is public and accessible without authentication. ## Environment - `agent-skills-cli`: 1.1.9 - Date: 2026-08-24 - Windows / Node.js 24 ## Expected behavior The two valid `SKILL.md` files are indexed and their marketplace pages become available. ## Additional context Both skills are already discoverable and installable through skills.sh.
teastdiscorad-hash commented 2026-08-24 16:50:51 +00:00 (Migrated from github.com)

Update: the repository now has a newer stable release, v1.2.3, with both valid SKILL.md files and passing CI/CodeQL. The public repository remains accessible; please test the submission path against the latest tag when investigating the 403.

Update: the repository now has a newer stable release, [v1.2.3](https://github.com/theonlym7md/arabic-ai-skills/releases/tag/v1.2.3), with both valid `SKILL.md` files and passing CI/CodeQL. The public repository remains accessible; please test the submission path against the latest tag when investigating the 403.
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#33
No description provided.