[Bug] submit-repo returns GitHub API 403 for a public repository #33
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#33
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?
Description
skills submit-repo theonlym7md/arabic-ai-skillsdiscovers the public repository and both skills, then fails during indexing:The website submission endpoint returns the same error:
POST https://www.agentskills.in/api/repos/submitwith
{"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.9Expected behavior
The two valid
SKILL.mdfiles are indexed and their marketplace pages become available.Additional context
Both skills are already discoverable and installable through skills.sh.
Update: the repository now has a newer stable release, v1.2.3, with both valid
SKILL.mdfiles and passing CI/CodeQL. The public repository remains accessible; please test the submission path against the latest tag when investigating the 403.