Neo4j Alexa Skills
Description
Amazon Echo Alexa Skills for querying Neo4j
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
neo4j-alexa-skills
Amazon Echo Alexa Skills for querying Neo4j
[](https://heroku.com/deploy)
Complete tutorial
https://docs.google.com/document/d/1OdVme2kIhOXqbhHYSA2e_d07zjDs7M19sDuXmxJXKOM/edit
Very quick start
[Link to quickstart tutorial](_resources/quickstart.md)
Run locally
# install php7 locally in one line :
curl -s https://php-osx.liip.ch/install.sh | bash -s 7.1
# install composer dependency manager
wget https://getcomposer.org/download/1.4.1/composer.phar
sudo mv composer.phar /usr/bin/composer
# install project dependencies
composer install
# run the stack
docker-compose up
Skills
This is the Skill-APP URL to configure: `https://neo4j-alexa-skills.herokuapp.com/intent`
Skills: see also [skills.json](https://github.com/neo4j-contrib/neo4j-alexa-skills/blob/master/skill.json)
"Computer, ask Cypher ..."
- nodeCount: "Count {nodeLabel} nodes"
- findBetween: "Who is between {first} and {second} in {database}"
- neighbours: "What is {type} node {name} in {database}"
Database Prep
For instance create an alexa:alexa user on sandbox databases and use them.
Also run this procedure call (on the labels + properties in your database).
call apoc.index.addAllNodes('search',{Person:['name'],Organization:['name']})
Configuration
You configure databases to select from via `heroku config`
the `_name` suffix is used to select the database to search in.
heroku config:set NEO4J_URL_community=http://alexa:alexa@x.x.x.x:7474
heroku config:set NEO4J_URL_movies=http://alexa:alexa@x.x.x.x:33296
heroku config:set NEO4J_URL_panamapapers=http://alexa:alexa@x.x.x.x:33568
heroku config:set NEO4J_URL_trumpworld=http://alexa:alexa@x.x.x.x:32874
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11