apps
Build music streaming apps on the open Audius protocol
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Audius apps?โผ
Run `npx skills add AudiusProject/apps --all -g -y` in your terminal to install all tools in this suite globally.
How to build a music streaming app with Audius?โผ
Use the Audius REST API or the @audius/sdk JavaScript package to search tracks, stream audio, and manage playlists. The repo includes runnable web and mobile examples you can copy directly.
How do I get Audius API keys?โผ
Create a developer app at audius.co/settings under Manage Your Apps or visit api.audius.co/plans to get an API Key and Secret. Read-only access only needs the API Key.
Can AI agents build on Audius?โผ
Yes. The repo ships agents.md and skill.md files plus a machine-readable OpenAPI spec so AI agents can understand endpoints, auth flows, and image mirror handling automatically.
Does Audius support user login and uploads?โผ
Yes. The Log in with Audius OAuth flow lets users authorize your app, and the SDK supports uploads, favorites, and reposts using a server-side API Secret.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core