ArgentOS Repository & Infrastructure Inventory

SkillDatabases & data

This skill gives your AI a complete map of the ArgentOS project, covering its repositories, databases, services, and infrastructure. Once added, your AI can answer questions like which repo contains a feature, what database or table it uses, which service handles it, and how those pieces relate to each other.

Available today. Use it from your connected AI after setup.

Add the skill, then ask your AI questions like 'which repo does this live in' or 'what database and service support this feature'.

Then ask your AI: use the ArgentOS Repository & Infrastructure Inventory skill

What your AI can do with it

  • Find which repository holds a given feature or component
  • Identify the database and tables behind a feature
  • Look up which service owns a component, along with its port and environment variables
  • Explain how repositories, services, and data connect to each other
  • Answer 'where does X live' questions about the ArgentOS codebase

What this skill tells your AI

The instructions your AI receives, as published by argentaios/argentos-core in skills/argentos-repo-inventory/SKILL.md and read by ahel’s review.

Repos

RepoGitHubAgentStackDeploy
argentosArgentAIOS/argentos (private)CodexTypeScript, 90K+ LOCLocal gateway
argentos-coreArgentAIOS/argentos-core (public)CodexExported from argentosnpm / installer
argentos.aiArgentAIOS/argentos.aiClaudeReact + Vite + ExpressRailway
argent-marketplaceArgentAIOS/MarketplaceClaudeReact + Vite + Express monorepoRailway
argent-docsArgentAIOS/docsClaudeFumadocs + Next.js 15Railway

Database — Railway PostgreSQL

Host: caboose.proxy.rlwy.net:53346 Shared by: argentos.ai + argent-marketplace (same Railway DB)

argentos.ai tables

TablePurpose
blog_articlesBlog posts (Prisma)
edu_* (7 tables)Education LMS — modules, lessons, questions, progress, certificates
analytics_sessionsCustom analytics sessions
analytics_eventsPage views, durations
analytics_downloadsTracked install.sh downloads
contactsNewsletter/waitlist signups — email, name, source, tags, status
email_campaignsNewsletter sends
email_sendsPer-recipient send records

argent-marketplace tables

TablePurpose
packages54+ marketplace packages — name, description, VT scan, badges
package_versionsSemver versions per package
submissionsUser-submitted packages with scan results
licensesLicense keys for paid packages
license_activationsActivation records
organizationsEnterprise orgs
organization_packagesOrg-scoped private packages
organization_secretsEncrypted org secrets
organization_instancesInstance-to-org membership
registered_instancesArgentOS instance registry
package_reportsCommunity reports on packages

argentos local (SQLite)

DatabasePathPurpose
memory.db~/.argentos/memory.dbMemU persistent memory (12.5K+ LOC)
dashboard.db~/.argentos/data/dashboard.dbTasks, projects, canvas docs

Cloudflare R2

Bucket: argentos-licensing-marketplace Prefixes:

  • packages/ — marketplace .argent-pkg files
  • blog/ — blog post images
  • submissions/ — uploaded submission files

Railway Services

ServiceDomainPort
argentos.aiargentos.ai3000
marketplace API + webmarketplace.argentos.ai8080
docsdocs.argentos.ai3000

Key Environment Variables

argentos.ai (Railway)

DATABASE_URL, RESEND_API_KEY, ADMIN_PASSWORD, ADMIN_API_KEY,
R2_ACCESS_KEY_ID, R2_SECRET_ACCESS_KEY, R2_ACCOUNT_ID, R2_BUCKET_NAME,
GEMINI_API_KEY, GOOGLE_ANALYTICS_ID

argent-marketplace (Railway)

DATABASE_URL, JWT_SECRET, GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET,
VIRUSTOTAL_API_KEY, AUTO_APPROVE_ON_SCAN_PASS, RESEND_API_KEY,
ADMIN_API_KEY, ADMIN_EMAIL, R2_ACCOUNT_ID (triggers R2 storage mode)

External Services

ServicePurposeKey Location
ResendTransactional emailRailway env
VirusTotalPackage scanning (free, 500/day)Railway env
GitHub OAuthMarketplace loginRailway env
Context7Docs AI indexingcontext7.json in docs repo
LinearProject trackingClaude MCP config
CodeRabbitPR reviewGitHub org level
BlacksmithCI runnersGitHub Actions

Ports (Local Development)

ServicePort
ArgentOS Gateway18789
PostgreSQL (local)5433
Redis (local)6380
argentos.ai dev3000
marketplace web dev5173
marketplace API dev3100
docs dev3000

DNS

DomainPoints To
argentos.aiRailway
marketplace.argentos.aiRailway
docs.argentos.aiRailway
argentos.ai/install.shExpress route → scripts/install.sh

Signals

GitHub stars
126
Forks
22
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
argentos-repo-inventory
Source
github.com/argentaios/argentos-core