Skip to content

Skill should be able to call an command line programm - in best case keep stdio/stdout open #1428

@Kulbartsch

Description

@Kulbartsch

Feature Request:

Actual Behaviour

Currently it's possible to call a web API (see Turorial Level 11):

{
  "url":"http://api.loklak.org/api/search.json?q=$1$",
  "path":"$.statuses"
}

Requested Behaviour

It would be cool to alternatively call a local command line program, maybe like this:

{
  "exec":"fortune -m *$1$",
  ...
}

Additionally it would be very useful to use a a command line program interactively, sending requests to stdin and accepting answers via stdout without terminating the program during the use of a skill.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions