Neta Developer Skill banner
talesofai talesofai

Neta Developer Skill

AI community

Description

AI coding agent skill and project template for building SPAs on the Neta Open Platform

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

neta-developer-skill

AI coding agent skill and project template for building SPAs on the Neta Open Platform. Works with Claude Code, Codex, OpenCode, OpenClaw, and other AI coding agents.

[Neta](https://www.neta.art) is an AI-native creative community where users create virtual characters, generate images, videos, and songs, and publish interactive stories. Neta is operated by **Viscept Limited**. The Open Platform exposes these capabilities via OAuth2 PKCE and REST APIs so third-party developers can build their own applications on top.

**Not to be confused with [`neta-skills`](https://github.com/talesofai/neta-skills)** — that project equips AI agents to consume Neta APIs. This project helps *human developers* build their own SPAs.


What this is

This repo is both an **AI coding agent skill** and a **project template**:

  • As a skill: When installed, AI coding agents can guide you through OAuth2 PKCE, scope selection, API integration, and SPA architecture
  • As a template: Copy assets/demo-spa/ to start your own project — zero dependencies, all five platform scopes demonstrated

Install as a skill

Via `npx skills` (recommended)

The fastest way to install this skill into your AI coding agent:

# Install globally for Claude Code
npx skills add talesofai/neta-developer-skill -g -a claude-code -y

# Or install to the current project only
npx skills add talesofai/neta-developer-skill -a claude-code -y

Supports Claude Code, Codex, Cursor, OpenCode, and [50+ agents](https://www.npmjs.com/package/skills).

Via git clone

# Global (all projects)
git clone https://github.com/talesofai/neta-developer-skill.git ~/.claude/skills/neta-developer-skill

# Project-level (current project only)
git clone https://github.com/talesofai/neta-developer-skill.git .claude/skills/neta-developer-skill

Quick start

# Copy the demo SPA
cp -r assets/demo-spa my-neta-app
cd my-neta-app

# Register a developer app